Gets all engine boxes of the specified type.
format
Jpeg2000FileFormat specifies the JPEG 2000 engine.
T
A list of Jpeg2000MultiBox objects containing the box data for the specified engine.
The List generic type " T " specifies the type of the boxes being obtained. For example, if you pass a list of XmlBoxes, the currently set XML boxes in the specified engine will be returned. This method is used to get the following types of boxes:
For an example, refer to Jpeg2000Engine.Save(RasterCodecs, string, RasterImage, Jpeg2000FileFormat, int, int) example.